.section_1 {
  position: relative;
  overflow: hidden;
  background: #282828;
}
.section_1 .centent-box {
  padding-bottom: 200px;
  box-sizing: border-box;
  height: 100%;
}
.section_1 .centent-box .swiper-container,
.section_1 .centent-box .swiper-wrapper,
.section_1 .centent-box .swiper-slide {
  height: 100%;
}
.section_1 .centent-box .img-box {
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/banner.jpg);
}
.section_1 .centent-box .swiper-button-prev {
  left: 2vw;
}
.section_1 .centent-box .swiper-button-next {
  right: 2vw;
}
.section_1 .centent-box .swiper-button-next,
.section_1 .centent-box .swiper-button-prev {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  transition: all .3s;
}
.section_1 .centent-box .swiper-button-next img.active,
.section_1 .centent-box .swiper-button-prev img.active {
  display: none;
}
.section_1 .centent-box .swiper-button-next:after,
.section_1 .centent-box .swiper-button-prev:after {
  display: none;
}
.section_1 .centent-box .swiper-button-next:hover,
.section_1 .centent-box .swiper-button-prev:hover {
  background: #333;
}
.section_1 .centent-box .swiper-button-next:hover img,
.section_1 .centent-box .swiper-button-prev:hover img {
  display: none;
}
.section_1 .centent-box .swiper-button-next:hover img.active,
.section_1 .centent-box .swiper-button-prev:hover img.active {
  display: block;
}
.section_1 .centent-box .line-box {
  position: absolute;
  bottom: 60px;
  width: 100px;
  height: 1px;
  background: rgba(160, 160, 160, 0.7);
  z-index: 999;
  left: 50%;
  margin-left: -80px;
}
.section_1 .centent-box .line-box i {
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #a72126;
}
.section_1 .centent-box .swiper-pagination {
  bottom: 50px;
  margin-left: 70px;
  font-size: 16px;
  color: #fff;
}
.section_1 .centent-box .swiper-pagination .swiper-pagination-current {
  color: #a72126;
}
.section_1 .title-box {
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #282828;
  text-align: center;
  padding-top: 45px;
  box-sizing: border-box;
  transform: translateY(200px);
  opacity: 0;
  transition: transform 0.6s 0.3s, opacity 0.3s 0.3s;
}
.section_1 .title-box .img-box {
  margin-bottom: 35px;
}
.section_1 .title-box .public_header_ul li a {
  /* color: #fff; */
}
.section_1 .title-box .public_header_ul li a span:before {
  background: #a72126;
}
.section_1 .title-box .public_header_ul li a span:after {
  background: #a72126;
}
.section_1 .title-box .public_header_ul li.active a,
.section_1 .title-box .public_header_ul li:hover a {
  color: #a72126;
}
.section_1.active .title-box {
  opacity: 1;
  transform: translateY(0);
}
/* .section_2 .centent-box {
  position: relative;
  padding-left: 7%;
  box-sizing: border-box;
  font-size: 0;
}
.section_2 .centent-box .title-icon {
  position: absolute;
  left: 7%;
} */
.section_2 .centent-box .left-box {
  display: inline-block;
  vertical-align: bottom;
  width: 47%;
  padding-left: 180px;
  box-sizing: border-box;
  padding-right: 5%;
  vertical-align: middle;
  transform: translateX(-100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_2 .centent-box .left-box h3 {
  font-size: 36px;
  color: #221814;
  margin-bottom: 20px;
}
.section_2 .centent-box .left-box p {
  line-height: 2;
  color: #221814;
  font-size: 14px;
  margin-bottom: 20px;
}
.section_2 .centent-box .left-box .more-box a {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 32px;
  color: #a72126;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #a72126;
  overflow: hidden;
  transition: all .3s;
}
.section_2 .centent-box .left-box .more-box a span {
  position: relative;
}
.section_2 .centent-box .left-box .more-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: #a72126;
  transition: all .3s;
}
.section_2 .centent-box .left-box .more-box a:hover {
  color: #fff;
}
.section_2 .centent-box .left-box .more-box a:hover:before {
  transform: translateX(0);
}
.section_2 .centent-box .right-box {
  display: inline-block;
  vertical-align: middle;
  width: 53%;
  transform: translateX(100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_2 .centent-box .right-box .img-box {
  float: right;
  background: #f2f2f2;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  padding-right: 0;
}
.section_2 .centent-box .right-box .img-box img {
  width: 100%;
}
.section_2 .bottom-title {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  color: #a72126;
  letter-spacing: 4px;
}
.section_2 .bottom-title span {
  margin-left: 10px;
  margin-right: 10px;
}
.section_2.active .centent-box .left-box,
.section_2.active .centent-box .right-box {
  opacity: 1;
  transform: translateX(0);
}
.section_3 .centent-box .an-box {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_3 .centent-box .title-icon {
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.section_3 .centent-box .title-icon img.active {
  display: none;
}
.section_3 .centent-box .arr-box {
  position: absolute;
  bottom: 27%;
  right: 11%;
  z-index: 999;
  font-size: 0;
  transform: translateY(calc(100%));
}
.section_3 .centent-box .arr-box:before {
  position: absolute;
  content: '';
  top: 35%;
  left: 50%;
  height: 30px;
  width: 1px;
  background: #aaaaaa;
}
.section_3 .centent-box .arr-box .swiper-button-next,
.section_3 .centent-box .arr-box .swiper-button-prev {
  width: 100px;
  height: 200px;
  display: inline-block;
  position: static;
  background: #fff;
  text-align: center;
  line-height: 200px;
}
.section_3 .centent-box .arr-box .swiper-button-next:after,
.section_3 .centent-box .arr-box .swiper-button-prev:after {
  display: inline-block;
  color: #a72126;
  font-size: 20px;
}
.section_3 .centent-box .line-box {
  position: absolute;
  bottom: 20%;
  left: 16%;
  right: 16%;
  height: 1px;
  background: #e5e5e5;
  z-index: 99;
}
.section_3 .centent-box .line-box:before {
  left: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(99, 99, 99, 0.29);
  top: -4px;
  border-radius: 100%;
}
.section_3 .centent-box .line-box:after {
  right: 10%;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(99, 99, 99, 0.29);
  top: -4px;
  border-radius: 100%;
}
.section_3 .centent-box .line-box span {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: rgba(99, 99, 99, 0.29);
}
.section_3 .centent-box .line-box span em {
  font-style: normal;
}
.section_3 .centent-box .line-box span i {
  position: absolute;
  width: 22px;
  left: 14px;
  top: 13px;
  height: 22px;
  line-height: 14px;
  text-align: center;
  border: 1px solid rgba(99, 99, 99, 0.29);
  border-radius: 100%;
}
.section_3 .centent-box .line-box span i:before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  background: rgba(99, 99, 99, 0.29);
  vertical-align: middle;
  border-radius: 100%;
}
.section_3 .centent-box .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
.section_3 .centent-box .swiper-slide:nth-child(2n) {
  background: #282828;
  color: #fff;
}
.section_3 .centent-box .swiper-slide:nth-child(2n) .center-box .txt-box .title-box p {
  color: rgba(255, 255, 255, 0.4);
}
.section_3 .centent-box .swiper-slide:nth-child(2n) .center-box .txt-box .body-box p {
  color: #ffffff;
}
.section_3 .centent-box .swiper-slide:nth-child(2n) .center-box .txt-box .body-box .more-box a {
  color: #fff;
  border: 1px solid #fff;
}
.section_3 .centent-box .swiper-slide:nth-child(2n) .center-box .txt-box .body-box .more-box a:before {
  background: #fff;
}
.section_3 .centent-box .swiper-slide:nth-child(2n) .center-box .txt-box .body-box .more-box a:hover {
  color: #85602b;
}
.section_3 .centent-box .center-box {
  padding-left: 27%;
  margin-top: 22vh;
  padding-top: 30px;
}
.section_3 .centent-box .center-box .img-box {
  float: left;
}
.section_3 .centent-box .center-box .txt-box {
  float: left;
  width: 50%;
  margin-left: 80px;
}
.section_3 .centent-box .center-box .txt-box .title-box {
  margin-bottom: 30px;
}
.section_3 .centent-box .center-box .txt-box .title-box h3 {
  font-size: 20px;
  font-weight: 400;
  color: #85602b;
  line-height: 1.2;
}
.section_3 .centent-box .center-box .txt-box .title-box p {
  display: inline-block;
  font-size: 14px;
  color: rgba(46, 46, 46, 0.6);
  border-bottom: 1px solid #959595;
}
.section_3 .centent-box .center-box .txt-box .body-box p {
  font-size: 14px;
  color: #464646;
  line-height: 2;
}
.section_3 .centent-box .center-box .txt-box .body-box .more-box {
  margin-top: 30px;
}
.section_3 .centent-box .center-box .txt-box .body-box .more-box a {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 32px;
  color: #a72126;
  border: 1px solid #a72126;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  transition: all .3s;
  overflow: hidden;
  box-sizing: border-box;
}
.section_3 .centent-box .center-box .txt-box .body-box .more-box a span {
  position: relative;
}
.section_3 .centent-box .center-box .txt-box .body-box .more-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: #a72126;
  transition: all .3s;
}
.section_3 .centent-box .center-box .txt-box .body-box .more-box a:hover {
  color: #fff;
}
.section_3 .centent-box .center-box .txt-box .body-box .more-box a:hover:before {
  transform: translateX(0);
}
.section_3.on .title-icon img {
  display: none;
}
.section_3.on .title-icon img.active {
  display: inline-block;
}
.section_3.on .centent-box .line-box {
  background: rgba(255, 255, 255, 0.6);
}
.section_3.on .centent-box .line-box:before {
  background: rgba(255, 255, 255, 0.6);
}
.section_3.on .centent-box .line-box span i {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.section_3.on .centent-box .line-box span i:before {
  background: rgba(255, 255, 255, 0.6);
}
.section_3.on .centent-box .line-box span em {
  color: rgba(255, 255, 255, 0.6);
}
.section_3.active .centent-box .an-box {
  opacity: 1;
  transform: translateY(0);
}
.section_4,.section_2 {
  background: #fafafa;
}




.section_2 .centent-box .title-box,.section_4 .centent-box .title-box {
/*   width: 480px;
  position: absolute;
  left: 7%; 
  transform: translateX(-100px);
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;*/
  z-index: 999;
  opacity: 0;
}
.section_2 .centent-box .title-box .txt_1 {
 /*  margin-top: 40px; */
}
.section_2 .centent-box .title-box .txt_1 h3,.section_4 .centent-box .title-box .txt_1 h3 {
  font-size: 15px;
 /*  font-weight: 700; 
  margin-bottom: 15px;*/
  color: #a72126;
  line-height: 2.8;
}
.section_2 .centent-box .title-box .txt_1 p {
  font-size: 14px;
  color: #221814;
}
.section_2 .centent-box .title-box .icon_2 {
  margin-top: 25px;
}
.section_2 .centent-box .all-box,.section_4 .centent-box .all-box {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  /* margin-left: 35%; */
  transform: translateX(100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_2 .centent-box .all-box .line-box {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  left: -100px;
  top: 50%;
  z-index: 2;
}
.section_2 .centent-box .all-box .line-box span {
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #ddd;
  top: -3px;
  border-radius: 100%;
}
.section_2 .centent-box .all-box .line-box span:nth-child(2) {
  left: 80%;
}
.section_2 .centent-box .all-box .line-box span:nth-child(3) {
  left: 100%;
}
.section_2 .centent-box .all-box .swiper-container,.section_4 .centent-box .all-box .swiper-container {
  position: relative;
  z-index: 9;
  width: 100%;
}
.section_2 .centent-box .all-box .swiper-slide,.section_4 .centent-box .all-box .swiper-slide {
  /* background: #fafafa; justify-content: center;*/
  display: flex;
    
    align-items: center;
}
.section_2 .centent-box .all-box .img-box {color:#fff}
.section_4 .centent-box .all-box .img-box {color:#636262}
/*.section_2 .centent-box .all-box .img-box {
  position: relative;
  display: inline-block;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  padding: 20px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
 .section_2 .centent-box .all-box .img-box:before {
  position: absolute;
  content: '';
  top: 40px;
  bottom: 0;
  width: 80px;
  background: #fafafa;
  right: -1px;
}
.section_2 .centent-box .all-box .img-box:after {
  position: absolute;
  content: '';
  top: 70px;
  bottom: 70px;
  width: 1px;
  background: #dddddd;
  right: 79px;
} */
.section_2 .centent-box .all-box .img-box .hide-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}
.section_2 .centent-box .all-box .img-box img {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
 /*  border-radius: 100%; */
}
.section_2 .centent-box .all-box .txt-box {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 90px;
  background: #fafafa;
  z-index: 99;
}
.section_2 .centent-box .all-box .txt-box h3 {
  font-size: 20px;
  color: #221814;
  line-height: 1.4;
  margin-bottom: 10px;
}
.section_2 .centent-box .all-box .txt-box p {
  font-size: 18px;
  color: #323131;
}
.section_2 .centent-box .all-box .txt-box .more-box {
  position: absolute;
  left: -205px;
  top: -10px;
}
.section_2 .centent-box .all-box .txt-box .more-box a {
  display: inline-block;
  width: 100px;
  height: 32px;
  background: #a72126;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}
.section_2 .centent-box .all-box .arr-box {
  position: absolute;
  bottom: 100px;
  left: 360px;
  z-index: 999;
  font-size: 0;
}
.section_2 .centent-box .all-box .arr-box:before {
  top: 2px;
  width: 1px;
  height: 25px;
  left: 50%;
  background: #aaaaaa;
  position: absolute;
  content: '';
}
.section_2 .centent-box .all-box .arr-box .swiper-button-next,
.section_2 .centent-box .all-box .arr-box .swiper-button-prev {
  display: inline-block;
  position: static;
  background: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  outline: none;
}.section_2 .icon-box,.section_4 .icon-box{font-size:45px;font-weight:bold}
.section_2 .centent-box .all-box .arr-box .swiper-button-next:after,
.section_2 .centent-box .all-box .arr-box .swiper-button-prev:after {
  font-size: 18px;
  color: #a72126;
}
.section_2.active .centent-box .title-box ,.section_4.active .centent-box .title-box {
  opacity: 1;    display: flex;padding-top:70px;
    justify-content: center;
    flex-direction: column;
    align-items: center;text-align:center;
  transform: translateX(0);
}
.section_2.active .centent-box .all-box,.section_4.active .centent-box .all-box {
  opacity: 1;
  transform: translateX(0);
}
/* .section_4 .centent-box .title-box {
  width: 480px;
  position: absolute;
  left: 7%;
  z-index: 999;
  transform: translateX(-100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_4 .centent-box .title-box .txt_1 {
  margin-top: 40px;
}
.section_4 .centent-box .title-box .txt_1 h3 {
  font-size: 32px;
  font-weight: 700;
  color: #221814;
  line-height: 1;
  margin-bottom: 15px;
}
.section_4 .centent-box .title-box .txt_1 p {
  font-size: 14px;
  color: #221814;
}
.section_4 .centent-box .title-box .icon_2 {
  margin-top: 25px;
}
.section_4 .centent-box .all-box {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  margin-left: 35%;
  transform: translateX(100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_4 .centent-box .all-box .line-box {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  left: -100px;
  top: 50%;
  z-index: 2;
}
.section_4 .centent-box .all-box .line-box span {
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #ddd;
  top: -3px;
  border-radius: 100%;
}
.section_4 .centent-box .all-box .line-box span:nth-child(2) {
  left: 80%;
}
.section_4 .centent-box .all-box .line-box span:nth-child(3) {
  left: 100%;
}
.section_4 .centent-box .all-box .swiper-container {
  position: relative;
  z-index: 9;
  width: 100%;
}
.section_4 .centent-box .all-box .swiper-slide {
  background: #fafafa;
}
.section_4 .centent-box .all-box .img-box {
  position: relative;
  display: inline-block;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  padding: 20px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.section_4 .centent-box .all-box .img-box:before {
  position: absolute;
  content: '';
  top: 40px;
  bottom: 0;
  width: 80px;
  background: #fafafa;
  right: -1px;
}
.section_4 .centent-box .all-box .img-box:after {
  position: absolute;
  content: '';
  top: 70px;
  bottom: 70px;
  width: 1px;
  background: #dddddd;
  right: 79px;
}
.section_4 .centent-box .all-box .img-box .hide-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}
.section_4 .centent-box .all-box .img-box img {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.section_4 .centent-box .all-box .txt-box {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 90px;
  background: #fafafa;
  z-index: 99;
}
.section_4 .centent-box .all-box .txt-box h3 {
  font-size: 20px;
  color: #221814;
  line-height: 1.4;
  margin-bottom: 10px;
}
.section_4 .centent-box .all-box .txt-box p {
  font-size: 18px;
  color: #323131;
}
.section_4 .centent-box .all-box .txt-box .more-box {
  position: absolute;
  left: -205px;
  top: -10px;
}
.section_4 .centent-box .all-box .txt-box .more-box a {
  display: inline-block;
  width: 100px;
  height: 32px;
  background: #a72126;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}
.section_4 .centent-box .all-box .arr-box {
  position: absolute;
  bottom: 100px;
  left: 360px;
  z-index: 999;
  font-size: 0;
}
.section_4 .centent-box .all-box .arr-box:before {
  top: 2px;
  width: 1px;
  height: 25px;
  left: 50%;
  background: #aaaaaa;
  position: absolute;
  content: '';
}
.section_4 .centent-box .all-box .arr-box .swiper-button-next,
.section_4 .centent-box .all-box .arr-box .swiper-button-prev {
  display: inline-block;
  position: static;
  background: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  outline: none;
}
.section_4 .centent-box .all-box .arr-box .swiper-button-next:after,
.section_4 .centent-box .all-box .arr-box .swiper-button-prev:after {
  font-size: 18px;
  color: #a72126;
}
.section_4.active .centent-box .title-box {
  opacity: 1;
  transform: translateX(0);
}
.section_4.active .centent-box .all-box {
  opacity: 1;
  transform: translateX(0);
} */
.section_5 .centent-box {
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
  box-sizing: border-box;
}
.section_5 .centent-box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 45vh;
  background: #282828;
  bottom: 0;
}
.section_5 .centent-box .section_5_title {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 5%;
  text-align: center;
  color: #fff;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_5 .centent-box .section_5_title h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}
.section_5 .centent-box .section_5_title p {
  font-size: 18px;
}
.section_5 .centent-box .item-box {
  position: relative;
  height: 100vh;
  background: #181818;
  overflow: hidden;
  border-left: 1px solid #ac8763;
  box-sizing: border-box;
}
.section_5 .centent-box .item-box .img-box {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .3s;
}
.section_5 .centent-box .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .3s;
  border: 4px solid #ac8763;
}
.section_5 .centent-box .item-box .txt-box {
  position: absolute;
  z-index: 9;
  bottom: -150px;
  left: 0;
  right: 0;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 150px;
  padding-top: 40px;
  transition: all .3s;
}
.section_5 .centent-box .item-box .txt-box .info-box {
  opacity: 0;
}
.section_5 .centent-box .item-box .txt-box .add-icon {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -25px;
}
.section_5 .centent-box .item-box .txt-box .add-icon span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px dashed #fff;
  border-radius: 100%;
  vertical-align: middle;
}
.section_5 .centent-box .item-box .txt-box .title-box {
  text-align: center;
  margin-bottom: 35px;
  opacity: .55;
}
.section_5 .centent-box .item-box .txt-box .title-box span {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-top: 15px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1;
}
.section_5 .centent-box .item-box .txt-box .title-box span:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.section_5 .centent-box .item-box .txt-box ul li {
  position: relative;
  float: left;
  width: 33.33%;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 15px;
}
.section_5 .centent-box .item-box .txt-box ul li:before {
  position: absolute;
  content: '';
  width: 1px;
  top: 4px;
  bottom: 4px;
  right: 0;
  background: #fff;
}
.section_5 .centent-box .item-box .txt-box ul li:nth-child(3n):before,
.section_5 .centent-box .item-box .txt-box ul li:last-child:before {
  display: none;
}
.section_5 .centent-box .item-box .txt-box ul li a {
  color: #fff;
}
.section_5 .centent-box .item-box:hover .img-box {
  bottom: 10%;
}
.section_5 .centent-box .item-box:hover .img-box:before {
  opacity: 1;
}
.section_5 .centent-box .item-box:hover .txt-box {
  background: #ac8763;
  bottom: 0;
  opacity: 1;
}
.section_5 .centent-box .item-box:hover .txt-box .title-box {
  opacity: 1;
}
.section_5 .centent-box .item-box:hover .txt-box .info-box {
  opacity: 1;
}
.section_5.active .centent-box .section_5_title {
  opacity: 1;
  transform: translateY(0);
}
.section_5 .swiper-pagination-bullet {
  width: 30px;
  height: 1px;
  border-radius: 0;
  background: #fff;
  opacity: .4;
}
.section_5 .swiper-pagination-bullet-active {
  background: #ac8763;
  opacity: 1;
}
.section_6 {
  position: relative;
}
.section_6 .fp-tableCell {
  position: relative;
}
.section_6 .bg-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.section_6 .bg-box img {
  width: 62%;
}
.section_6 .centent-box {
  padding-left: 7%;
  padding-right: 7%;
  box-sizing: border-box;
}
.section_6 .title-box {
  text-align: center;
  margin:70px 0 20px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_6 .title-box h3 {
  font-size: 34px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
}
.section_6 .title-box p {
  font-size: 18px;
  color: #221814;
}
.section_6 .list-box {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_6 .col-md-2 {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.section_6 .item-box {
  position: relative;
  height: 145px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  line-height: 145px;
  text-align: center;
}
.section_6 .item-box img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 80%;
  max-width: 80%;
}
.section_6 .item-box:before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  height: 2px;
  background: #a72126;
  transition: all .3s;
}
.section_6 .item-box:hover {
  -moz-box-shadow: 1px 1px 13px #9C9C9C;
  -webkit-box-shadow: 1px 1px 13px #9C9C9C;
  box-shadow: 1px 1px 13px #9C9C9C;
}
.section_6 .item-box:hover:before {
  width: 100%;
}
.section_6 .item-box:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.section_6.active .title-box {
  opacity: 1;
  transform: translateY(0);
}
.section_6.active .list-box {
  opacity: 1;
  transform: translateY(0);
}
.section_7 {
  background-image: url(../images/img_6.jpg);
  background-size: cover;
  background-position: 50%;
}
.section_7 .title-box {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 70px;
}
.section_7 .title-box h3 {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.section_7 .title-box p {
  font-size: 18px;
  color: #fff;
}
.section_7 .news-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 7%;
  padding-right: 7%;
  background: rgba(255, 255, 255, 0.85);
  padding-bottom: 10vh;
  padding-top: 5vh;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_7 .news-box .list-box {
  width: 100%;
}
.section_7 .news-box .list-box .item-box {
  position: relative;
  float: left;
  width: 25%;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
}
.section_7 .news-box .list-box .item-box .img-box {
  position: absolute;
  height: 100%;
  bottom: 0;
  transform: translateY(100%);
  right: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  transition: all .3s;
}
.section_7 .news-box .list-box .item-box .img-box:before {
  position: absolute;
  content: '';
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px solid #a72126;
}
.section_7 .news-box .list-box .item-box .time-box {
  font-size: 14px;
  color: #4f4f4f;
}
.section_7 .news-box .list-box .item-box .time-box span {
  font-size: 24px;
  margin-right: 10px;
}
.section_7 .news-box .list-box .item-box .body-box h3 {
  font-size: 18px;
  color: #2d2d2d;
  margin-bottom: 20px;
}
.section_7 .news-box .list-box .item-box .body-box p {
  font-size: 14px;
  color: #646464;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 50px;
  -webkit-box-orient: vertical;
}
.section_7 .news-box .list-box .item-box .body-box .more-box {
  margin-top: 30px;
}
.section_7 .news-box .list-box .item-box .body-box .more-box a {
  display: inline-block;
  width: 130px;
  height: 32px;
  background: #a72126;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}
.section_7 .news-box .list-box .item-box:hover .img-box {
  transform: translateY(0);
}
.section_7.active .news-box {
  opacity: 1;
  transform: translateY(0);
}
.section_8 {
  background: #313131;
  position: relative;
}
.section_8 .content-box {
 /*  padding-left: 40%; */padding:0 22%
}
.section_8 .left-box {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 7%;
  width: 23%;
  transform: translateX(-100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_8 .left-box .img-box {
  padding: 7px;
  background: #a72126;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}
.section_8 .left-box .img-box img {
  width: 100%;
  height: 100%;
}
.section_8 .right-box {
  box-sizing: border-box;
 /*  padding-right: 10%;*/
  transform: translateX(100px); 
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_8 .right-box .info-box h3 {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 5px;
  font-weight: 400;
}
.section_8 .right-box .info-box p {
  line-height: 1.8;
  font-size: 16px;
  color: rgba(34, 24, 20, 1);
}
.section_8 .right-box .info-box p span {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.section_8 .right-box .er-box {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}
.section_8 .right-box .er-box p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}
.section_8 .right-box .form-box {
  font-size: 0;
  margin-top: 6vh;
}
.section_8 .right-box .form-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.section_8 .right-box .form-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.section_8 .right-box .form-box input {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(34, 24, 20, 1);
  font-size: 16px;
  color: #ffffff;
}
.section_8 .right-box .form-box input::-webkit-input-placeholder {
  color: #221814;
}
.section_8 .right-box .form-box input:-moz-placeholder {
  color: #221814;
}
.section_8 .right-box .form-box input::-moz-placeholder {
  color: #221814;
}
.section_8 .right-box .form-box input:-ms-input-placeholder {
  color: #221814;
}
.section_8 .right-box .form-box textarea {
  color: #777;
  margin-top: 40px;
  outline: none;
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  height: 8vh;
  resize: none;
  border-bottom: 1px solid rgba(34, 24, 20, 1);
  background: transparent;
}
.section_8 .right-box .form-box textarea::-webkit-input-placeholder {
  color: #221814;
}
.section_8 .right-box .form-box textarea:-moz-placeholder {
  color: #221814;
}
.section_8 .right-box .form-box textarea::-moz-placeholder {
  color: #221814;
}
.section_8 .right-box .form-box textarea:-ms-input-placeholder {
  color: #221814;
}
.section_8 .right-box .form-box .btn-box {
  text-align: center;
  margin-top: 40px;
}
.section_8 .right-box .form-box .btn-box .btn {
  display: inline-block;
  font-size: 16px;
  width: 104px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  color: #313131;
  margin-left: 35px;
  margin-right: 35px;
  cursor: pointer;
}
.section_8 .right-box .form-box .btn-box .btn:first-child {
  background: #85602b;
  color: #fff;
}
.section_8 .right-box .link-box {
  margin-top: 5vh;font-size:16px;
}
.section_8 .right-box .link-box span {
  /* display: block; */
  color: rgba(34, 24, 20, 1);
  font-size: 14px;
  margin-bottom: 10px;
}
.section_8 .right-box .link-box ul li {
  float: left;
  margin-right: 20px;
  line-height: 1.6;
}
.section_8 .right-box .link-box ul li a {
  color: rgba(34, 24, 20, 1);
  font-size: 14px;
}
.section_8.active .left-box,
.section_8.active .right-box {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 1680px) {
 /*  .section_4 .centent-box .title-box {
    width: 380px;
    top: 20vh;
  }
  .section_4 .centent-box .title-box .txt_1 h3 {
    font-size: 24px;
  } */
  .section_6 .item-box {
    height: 100px;
    line-height: 10px;
    overflow: hidden;
  }
  .section_6 .item-box img {
    max-height: 80px;
  }
  .section_8 .right-box .form-box {
    margin-top: 3vh;
  }
  .section_8 .right-box .form-box textarea {
    height: 6vh;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1400px) {
 /*  .section_8 .content-box {
    padding-left: 35%;
  }
  .section_8 .right-box {
    padding-right: 5%;
  } */
  .section_8 .content-box {
 /*  padding-left: 40%; */padding:0 15%
}
  .section_8 .right-box .link-box {
    margin-top: 5vh;
  }
}
/*# sourceMappingURL=index.css.map */